Listing 1 - 10 of 760 << page
of 76
>>
Sort by

Digital
Cloud-Based Microservices : Techniques, Challenges, and Solutions
Author:
ISBN: 9781484265642 9781484265659 9781484265635 Year: 2021 Publisher: Berkeley, CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Use this field guide as you transform your enterprise to combine cloud computing with a microservices architecture. The recent surge in the popularity of microservices is largely due to the agility it brings and its readiness for the cloud. The move to a microservices architecture involves a gradual evolution in software development. Enterprises are now looking for architects who are experienced in building microservices-based applications in the cloud. A master architect should be able to understand the business, identify growth hurdles, break a monolith, design microservices, foresee problems, overcome challenges, change processes, decipher CSP services, strategize cloudification, adopt innovations, secure microservices, prototype solutions, and envision the future. Cloud-Based Microservices provides you with the information you need to be more agile. You will: Be familiar with the challenges in microservices architecture and how to overcome them Plan for a cloud-based architecture Run microservices in the cloud Know how security, operations, and support change in this architecture.


Digital
Kubernetes Application Developer : Develop Microservices and Design a Software Solution on the Cloud
Author:
ISBN: 9781484280324 9781484280317 9781484280331 Year: 2022 Publisher: Berkeley, Calif Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Write efficient, smart, and optimized code for containerized applications on public and private clouds at a generic level. This book shows you how to set up microservices that are robust, scalable, and capable of running on GKE (Google Kubernetes Service), AKS (Azure Kubernetes Service), ECS (Elastic Container Service), or even on a vanilla K8S cluster. The book covers the nuts and bolts of container orchestration engines (COEs) and explains how to install and configure them. It also covers creation and deployment of a sample application on COEs. You will learn how to integrate different applications such as OAuth and how to test them and secure them using Istio Citadel. You also will be taught how to create HPA rules for microservices and scale only those microservices that require it, making your stack intelligent. In the concluding chapter, the book explains how to build a SaaS solution from scratch, running on the cloud with automated deployments accessed publicly via a secured ingress K8S controller. By the end of the book, you will have a good understanding of developing microservices and how to design and create a software solution on the cloud. What You Will Learn Build software on Kubernetes in the most optimized way Interact with Kubernetes using client SDKs in Python, Go, nodejs, etc. Create a testing and deployment CI/CD system for software stacks Secure your application using Istio, without writing code Access microservices using ingress controllers and scale them using HPA rules.


Digital
Cloud Native Architecture and Design : A Handbook for Modern Day Architecture and Design with Enterprise-Grade Examples
Author:
ISBN: 9781484272268 9781484272251 9781484272275 9781484272282 9781484284766 Year: 2022 Publisher: Berkeley, Calif Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Build enterprise-grade cloud-native systems and learn all about cloud-native architecture and design. This book provides extensive in-depth details of patterns, tools, techniques, and processes with plenty of examples. Cloud Native Architecture and Design begins by explaining the fundamentals of cloud-native architecture and services, what cloud principles and patterns to use, and details of designing a cloud-native element. The book progresses to cover the details of how IT systems can modernize to embrace cloud-native architecture, and also provides details of various enterprise assessment techniques to decide what systems can move and cannot move into the cloud. Architecting and designing a cloud-native system isn't possible without modernized software engineering principles, the culture of automation, and the culture of innovation. As such, this book covers the details of cloud-native software engineering methodologies, and process, and how to adopt an automated governance approach across enterprises with the adoption of artificial intelligence. Finally, you need your cloud-native applications to run efficiently; this section covers the details of containerization, orchestration, and virtualization in the public, private, and hybrid clouds. After reading this book, you will have familiarity with the many concepts related to cloud-native and understand how to design and develop a successful cloud-native application. Technologies and practices may change over time, but the book lays a strong foundation on which you can build successful cloud-native systems. You will: Discover cloud-native principles and patterns, and how you can leverage them to solve your business problems Gain the techniques and concepts you need to adapt to design a cloud-native application Use assessment techniques and tools for IT modernization Apply cloud-native engineering principles to the culture of automation and culture of innovation Harness the techniques and tools to run your cloud-native applications and automate infrastructure Operate your cloud-native applications by using AI techniques and zero operation techniques .


Digital
Practical Event-Driven Microservices Architecture : Building Sustainable and Highly Scalable Event-Driven Microservices
Author:
ISBN: 9781484274682 9781484274675 9781484274699 9781484285459 Year: 2022 Publisher: Berkeley, Calif Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

In the simplest terms, event-driven architectures are like onions; they are manageable as a single layer (like a monolith) but when you get into them, they begin to cascade apart and you quickly realize that there are many complex layers (distributed microservices architecture). And that's when the tears begin. This prescriptive guide takes you through the steps of moving a platform with millions of users from a monolith to a microservices event-driven architecture. You will learn about the challenges and complexities that arise in high-throughput environments that often contain upwards of hundreds of microservices. This book is designed to be your single best resource for learning how to apply event-driven architectures in real-world scenarios and offers hundreds of patterns to overcome the common and not so common challenges. While event-driven architectures have been the standard for decoupled, pluggable, evolutionary architectures for years, they have only recently been adopted by enterprises for the purpose of distributed microservices and there is little information about adopting them. Using them at scale can save valuable resources, but requires different considerations, including the added complexity of supporting several moving parts and getting the event schema right from the start in order to avoid large restructuring later on. Author Hugo Rocha understands that these kinds of challenges, as well as many others, need to be considered from the beginning, and helps teach you the mindset needed to create a deliberate strategy upfront. This book offers learning approaches and patterns to get you up to speed in order to sustainably build and manage event-driven architectures. You will: Understand the real-world challenges of event-driven architectures and the patterns to deal with those challenges and the trade-offs of each solution Leverage the advantages of event-driven architectures to build scalable solutions and address legacy applications Plan successful future implementations to avoid common pitfalls and apply proven patterns to deal with challenges in a real-world platform with millions of users Decide whether event-driven solutions are the right choice for the requirements at hand Discuss and understand advanced concepts about event-driven architectures.


Digital
Cloud-Native Microservices with Apache Pulsar : Build Distributed Messaging Microservices
Authors: ---
ISBN: 9781484278390 9781484278383 9781484278406 Year: 2022 Publisher: Berkeley, Calif Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Apply different enterprise integration and processing strategies available with Pulsar, Apache's multi-tenant, high-performance, cloud-native messaging and streaming platform. This book is a comprehensive guide that examines using Pulsar Java libraries to build distributed applications with message-driven architecture. You'll begin with an introduction to Apache Pulsar architecture. The first few chapters build a foundation of message-driven architecture. Next, you'll perform a setup of all the required Pulsar components. The book also covers work with Apache Pulsar client library to build producers and consumers for the discussed patterns. You'll then explore the transformation, filter, resiliency, and tracing capabilities available with Pulsar. Moving forward, the book will discuss best practices when building message schemas and demonstrate integration patterns using microservices. Security is an important aspect of any application; the book will cover authentication and authorization in Apache Pulsar such as Transport Layer Security (TLS), OAuth 2.0, and JSON Web Token (JWT). The final chapters will cover Apache Pulsar deployment in Kubernetes. You'll build microservices and serverless components such as AWS Lambda integrated with Apache Pulsar on Kubernetes. After completing the book, you'll be able to comfortably work with the large set of out-of-the-box integration options offered by Apache Pulsar. You will: Examine the important Apache Pulsar components Build applications using Apache Pulsar client libraries Use Apache Pulsar effectively with microservices Deploy Apache Pulsar to the cloud.


Book
Microsoft Visual C # step by step
Author:
ISBN: 9781509301041 Year: 2003 Publisher: Redmond, Wash. Microsoft

Loading...
Export citation

Choose an application

Bookmark

Abstract

Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2015 Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2015. If you are an experienced software developer, you'll get all the guidance, exercises, and code you need to start building responsive, scalable Windows 10 and Universal Windows Platform applications with Visual C#. &#13;Discover how to: &#13;Quickly start creating Visual C# code and projects with Visual Studio 2015 &#13;Work with variables, operators, expressions, and methods &#13;Control program flow with decision and iteration statements &#13;Build more robust apps with error, exception, and resource management &#13;Master the essentials of Visual C# object-oriented programming &#13;Use enumerations, structures, generics, collections, indexers, and other advanced features &#13;Create in-memory data queries with LINQ query expressions &#13;Improve application throughput and response time with asynchronous methods &#13;Decouple application logic and event handling &#13;Streamline development with new app templates &#13;Implement the Model-View-ViewModel (MVVM) pattern &#13;Build Universal Windows Platform apps that smoothly adapt to PCs, tablets, and Windows phones &#13;Integrate Microsoft Azure cloud databases and RESTful web servicesAbout You &#13;For software developers who are new to Visual C# or who are upgrading from older versions &#13;Readers should have experience with at least one programming language &#13;No prior Microsoft .NET or Visual Studio development experience required


Digital
Cloud computing : principles, systems and applications
Authors: ---
ISBN: 9781849962407 9781849962414 9781447125808 9781849962421 Year: 2010 Publisher: London Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

Cloud computing continues to emerge as a subject of substantial industrial and academic interest. Although the meaning and scope of "cloud computing" continues to be debated, the current notion of clouds blurs the distinctions between grid services, web services, and data centers, among other areas. Clouds also bring considerations of lowering the cost for relatively bursty applications to the fore. Cloud Computing: Principles, Systems and Applications is an essential reference/guide that provides thorough and timely examination of the services, interfaces and types of applications that can be executed on cloud-based systems. The book identifies and highlights state-of-the-art techniques and methods for designing cloud systems, offers balanced coverage of related technologies that collectively contribute towards the realization of cloud computing, and presents mechanisms and schemes for linking clouds to economic activities. With an emphasis on the conceptual and systemic links between cloud computing and other distributed computing approaches, this text also addresses the practical importance of efficiency, scalability, robustness and security as the four cornerstones of quality of service. Topics and features: Explores the relationship of cloud computing to other distributed computing paradigms, namely peer-to-peer, grids, high performance computing and web services Presents the principles, techniques, protocols and algorithms that can be adapted from other distributed computing paradigms to the development of successful clouds Includes a Foreword by Professor Mark Baker of the University of Reading, UK Examines cloud-practices and applications, and highlights early deployment experiences Elaborates the economic schemes needed for clouds to become viable business models This book will serve as a comprehensive reference for researchers and students engaged in cloud computing. Professional system architects, technical managers, and IT consultants will also find this unique text a practical guide to the application and delivery of commercial cloud services. Dr. Nick Antonopoulos is Professor and Head of the School of Computing at the University of Derby, UK. Dr. Lee Gillam is a Lecturer in the Department of Computing at the University of Surrey, UK.


Digital
Beyond Data Protection : Strategic Case Studies and Practical Guidance
Authors: ---
ISBN: 9783642330810 Year: 2013 Publisher: Berlin, Heidelberg Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

The book deals with data protection issues from practical viewpoints. 40% of the content focus on the Malaysian Personal Data Protection Act (PDPA) 2010 progress, whilst 60% of the content focus on leading comparative practical guidance from Europe. Part of the PDPA provisions is mirrored from European approaches and practices. The approach of this book is straightforward, handy and readable and is supplemented by practical applications, illustrations, tables and diagrams. Practical examples highlighted in this book range from cloud computing, radio frequency identification technology, social media networks and information security to basic related aspects of data protection issues covering strategic leadership, management, governance and audit in businesses, organisations and local authorities. Recommended best practices have been outlined for practical guidance accompanied with future challenges and opportunities for Malaysia and ASEAN. The book is equally suitable for academics, practitioners, governmental officials and regulators dealing with data protection within their sector-specific legislation.


Digital
Pro Oracle Database 18c Administration : Manage and Safeguard Your Organization’s Data
Authors: ---
ISBN: 9781484244241 Year: 2019 Publisher: Berkeley, CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Database administration isn’t about passing a certified exam, or about pointing and clicking your way through a crisis. Database administration is about applying the right solution at the right time, avoiding risk, and making robust choices that get you home each night in time for dinner with your family. This book will help elevate you to the level of Professional Oracle Database Administrator. This book provides information and techniques for keeping an Oracle database stable and running on-premise, and is fully updated to cover Oracle Database 18c. New in this edition is coverage of cloud administration in the Oracle Public Cloud, automation of tasks using the autonomous database features, and data movement with multi-tenant databases. The book covers everything from architecture of the database engine, securing objects and users, strategies for performing maintenance tasks and resolving performance problems, through to backup and recovery. Pro Oracle Database 18c Administration takes a modern approach to database administration. Emphasis is given to automation, which is of growing importance as more databases are being moved into various cloud solutions and database administrators are being required to manage more instances than ever. Focus is given to multi-tenant container architecture and pluggable databases, and the book takes a refreshing, results-oriented approach that helps you get the job done. What You'll Learn: Understand the differences between managing on-premise and cloud deployments Take advantage of new features in 18c while also managing older releases Manage more databases than ever by automating your environment Apply the latest techniques around pluggable databases and containerization Safeguard your data through good security and backup/recovery practices Troubleshoot common problems.


Digital
Oracle IaaS : Quick Reference Guide to Cloud Solutions
Author:
ISBN: 9781484228326 Year: 2017 Publisher: Berkeley, CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Follow this guide that explains Oracle’s Infrastructure as a Service (IaaS) cloud solution and the tools and capabilities that can help you increase business value, productivity, and performance. You will learn about economic advantages as well as elasticity, unlimited storage, and on-demand capacity computing. Oracle IaaS: Quick Reference Guide to Cloud Solutions covers Oracle’s service structure as well as its cloud service offerings and cloud models. It provides detailed guidance regarding the advantages of the specific models, as well as how to create and manage each service. This book contains many real-world case studies, including how to build and configure compute resources to fit the needs of your specific organization. IaaS product offerings covered in this book include: Oracle Compute Cloud Oracle Storage Cloud Oracle Ravello Cloud Oracle Container Cloud What You’ll Learn: Understand Oracle IaaS products and Oracle Cloud Compare existing Oracle cloud products Discover IaaS new features Master Oracle Cloud Architecture.

Listing 1 - 10 of 760 << page
of 76
>>
Sort by